home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #2 / Ham Radio 2000 - Volume 2.iso / HAMV2 / EXAMS / NVTECH / GO.BAT < prev    next >
DOS Batch File  |  1995-03-09  |  2KB  |  50 lines

  1. echo off
  2. cls
  3. echo  
  4. echo  
  5. echo  
  6. echo  
  7. echo  
  8. echo      Do not erase any of the files on this disk.   Make a working copy
  9. echo      of this disk and use it.  Also, all of these files must be on the
  10. echo      same disk drive or in the same directory, for the programs to run
  11. echo      properly.  If you have a hard disk, it is suggested that you copy
  12. echo      all of the files on this disk to a subdirectory on the hard drive.
  13. echo  
  14. echo      A Morse code program named MORSE.EXE is also included and it will
  15. echo      convert any ASCII file into Morse code.  The filename can include
  16. echo      a path.  The Morse code program also has built in Lessons, Random
  17. echo      words and code Groups.  Type MORSE at the DOS prompt and read the
  18. echo      directions.  I suggest that one uses a tape to learn the code and
  19. echo      then uses the computer to build up speed and confidence.
  20. echo  
  21. echo  
  22. pause
  23. cls
  24. echo  
  25. echo  
  26. echo  
  27. echo  
  28. echo  
  29. echo      A  calculator is provided in these Amateur Radio license programs.
  30. echo      F2 activates the calculator and  A, B, C, D or Esc removes it and
  31. echo      continues the main program. Please learn how to work the problems
  32. echo      with the calculator that you are going to take to the exam.
  33. echo  
  34. echo      When you are going through the entire pool,  enter  A, B, C, or D
  35. echo      until you select the correct answer.   When the correct answer is
  36. echo      selected,  the word correct will appear.  During the sample tests,
  37. echo      correct will not appear,  but you can use F1 to find out how many
  38. echo      questions are remaining to be answered. 
  39. echo  
  40. echo      To run one of these programs in the future, type NOVICE, TECH  or
  41. echo      MORSE at the DOS prompt. The novice program will start now.
  42. echo  
  43. echo  
  44. pause
  45. novice
  46. if not exist 73 goto end
  47. pause
  48. morse 73 5
  49. :end
  50.